home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: why not add getch() to the std C RTL?
  5. Date: 9 Feb 1996 13:59:50 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4ffk0m$ru@redstone.interpath.net>
  8. References: <DM85L8.5Jn@emr1.emr.ca> <bnelsonDM887t.LDI@netcom.com> <4f2oceINNmdj@keats.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Kazimir Kylheku (c2a192@ugrad.cs.ubc.ca) wrote:
  13. : I mean, someone isn't going to be discouraged from programming games just
  14. : because he or she isn't handed a kbhit() library function on a silver platter.
  15.  
  16. The funny part is that on platforms with kbhit(), the DOS/PC platforms,
  17. game programmers will probably require MUCH lower level access to the
  18. hardware! Many games use things like CTRL as a fire button, and kbhit()
  19. will not tell you CTRL has been pressed. You have to go low, low, low to
  20. get that kind of information. kbhit() just isn't that useful for real
  21. games.
  22.  
  23. Scott
  24.  
  25.